add alias
This commit is contained in:
parent
7db017f138
commit
afa05f31f3
3 changed files with 4 additions and 2 deletions
2
aliases
2
aliases
|
@ -46,6 +46,8 @@ alias gomusic='[ -e $(xdg-user-dir MUSIC) ] && cd $(xdg-user-dir MUSIC)'
|
|||
alias gopublic='[ -e $(xdg-user-dir PUBLICSHARE) ] && cd $(xdg-user-dir PUBLICSHARE)'
|
||||
alias gotempl='[ -e $(xdg-user-dir TEMPLATES) ] && cd $(xdg-user-dir TEMPLATES)'
|
||||
alias govideo='[ -e $(xdg-user-dir VIDEOS) ] && cd $(xdg-user-dir VIDEOS)'
|
||||
alias gowork='[ -e $(xdg-user-dir WORK) ] && cd $(xdg-user-dir WORK)'
|
||||
alias goarchive='[ -e $(xdg-user-dir ARCHIVE) ] && cd $(xdg-user-dir ARCHIVE)'
|
||||
|
||||
# some special locations
|
||||
alias godebian='cd ~/debian'
|
||||
|
|
|
@ -29,7 +29,7 @@ create_symlinks() {
|
|||
#ln -sf "${MYSHELLCONFIG_BASE}/bashrc_add" ~/bashrc_add
|
||||
ln -sf "${MYSHELLCONFIG_BASE}/tmux" ~/.tmux
|
||||
ln -sf "${MYSHELLCONFIG_BASE}/tmux/tmux.conf" ~/.tmux.conf
|
||||
mkdir -pv ~/.config/systemd/user/default.target.wants
|
||||
#mkdir -pv ~/.config/systemd/user/default.target.wants
|
||||
#ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/default.target.wants/workdir.service
|
||||
#ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/workdir.service
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6665aadb5ba6cafd556c8b7101a14276019ceb9e
|
||||
Subproject commit 84e7a8b3d76028596395805a49e76c78b7a1d27b
|
Loading…
Reference in a new issue