diff options
-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 | ||