diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-04 09:45:58 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-04 09:45:58 +0800 |
commit | 4f0c2fb9e13307de372e05dede958fa3fdad70b1 (patch) | |
tree | a2a8a31ae3b6dfd82872b8dab913db5ccf496ce0 /alias | |
parent | 39ca31f4002297370572e97ad62b675cf1bc205e (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ alias cdconfig="cd ~/config" | |||
18 | alias tmuxconfig="$EDITOR ~/.tmux.conf" | 18 | alias tmuxconfig="$EDITOR ~/.tmux.conf" |
19 | cde() { cd /etc/$@; } | 19 | cde() { cd /etc/$@; } |
20 | alias cdetc='cde' | 20 | alias cdetc='cde' |
21 | alias ls='ls --color' | ||
22 | alias grep='grep --color' | ||
21 | 23 | ||
22 | # network | 24 | # network |
23 | alias digg='dig +noall +answer +multiline' | 25 | alias digg='dig +noall +answer +multiline' |