diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-05-10 20:54:55 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-05-10 20:54:55 +0800 |
| commit | 5016bd7ca18c22255646e90b8a039dc264d0766c (patch) | |
| tree | 4ac3d535661d04b3c2bab499304db973970dcf1c | |
| parent | 1862709e753783ab1568ae8e562ba359258f9d37 (diff) | |
Update
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -31,7 +31,7 @@ alias gpgconfig="$EDITOR ~/.gnupg/gpg-agent.conf" | |||
| 31 | alias sshconfig="$EDITOR ~/.ssh/config" | 31 | alias sshconfig="$EDITOR ~/.ssh/config" |
| 32 | alias sshauth="$EDITOR ~/.ssh/authorized_keys" | 32 | alias sshauth="$EDITOR ~/.ssh/authorized_keys" |
| 33 | alias sshknown="$EDITOR ~/.ssh/known_hosts" | 33 | alias sshknown="$EDITOR ~/.ssh/known_hosts" |
| 34 | cdconfig(){ cd ~/.config/$1; } | 34 | config(){ cd ~/.config/$1; } |
| 35 | alias tmuxconfig="$EDITOR ~/.tmux.conf" | 35 | alias tmuxconfig="$EDITOR ~/.tmux.conf" |
| 36 | cde() { cd /etc/$@; } | 36 | cde() { cd /etc/$@; } |
| 37 | 37 | ||