diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-12-13 15:55:54 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-12-13 15:55:54 +0800 |
| commit | 74253fe18e7358d9c264e5ce393cdfa4219df250 (patch) | |
| tree | 00f90d3f031a043b09d6211c7190a7be450a8e94 /alias | |
| parent | 192e3e55d98b1601f34e28ff51f51865f2141d9b (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -236,6 +236,7 @@ pkgbuild() { git clone https://aur.archlinux.org/$1.git; } | |||
| 236 | 236 | ||
| 237 | # __CD__ | 237 | # __CD__ |
| 238 | alias ..='cd ..' | 238 | alias ..='cd ..' |
| 239 | alias ...='cd ../..' | ||
| 239 | alias ld='cd -' # last directory | 240 | alias ld='cd -' # last directory |
| 240 | cdg() { | 241 | cdg() { |
| 241 | target=$(sed 's# #/#g' <<<"$@") | 242 | target=$(sed 's# #/#g' <<<"$@") |