shortcut changes
This commit is contained in:
parent
44ee57204d
commit
f4dec1797d
|
@ -8,6 +8,7 @@ sc $HOME/.local/bin
|
||||||
mn /mnt
|
mn /mnt
|
||||||
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
|
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
|
||||||
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
|
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
|
||||||
|
co ${XDG_DOCUMENTS_DIR:-$HOME/Documents}/Code
|
||||||
ms ${XDG_MUSIC_DIR:-$HOME/Music}
|
ms ${XDG_MUSIC_DIR:-$HOME/Music}
|
||||||
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
||||||
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
||||||
|
|
|
@ -63,6 +63,7 @@ export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||||
export ANSIBLE_NOCOWS=1 # Stop those fucking cows in Ansible
|
export ANSIBLE_NOCOWS=1 # Stop those fucking cows in Ansible
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
|
export VAULT_ADDR='https://vault.tralios.de:8200'
|
||||||
|
|
||||||
|
|
||||||
# This is the list for lf icons:
|
# This is the list for lf icons:
|
||||||
|
|
|
@ -8,6 +8,7 @@ sc="cd /home/luca/.local/bin && tput cuu1;tput el" \
|
||||||
mn="cd /mnt && tput cuu1;tput el" \
|
mn="cd /mnt && tput cuu1;tput el" \
|
||||||
dl="cd /home/luca/Downloads && tput cuu1;tput el" \
|
dl="cd /home/luca/Downloads && tput cuu1;tput el" \
|
||||||
dm="cd /home/luca/Documents && tput cuu1;tput el" \
|
dm="cd /home/luca/Documents && tput cuu1;tput el" \
|
||||||
|
co="cd /home/luca/Documents/Code && tput cuu1;tput el" \
|
||||||
ms="cd /home/luca/Music && tput cuu1;tput el" \
|
ms="cd /home/luca/Music && tput cuu1;tput el" \
|
||||||
pc="cd /home/luca/Pictures && tput cuu1;tput el" \
|
pc="cd /home/luca/Pictures && tput cuu1;tput el" \
|
||||||
vd="cd /home/luca/Videos && tput cuu1;tput el" \
|
vd="cd /home/luca/Videos && tput cuu1;tput el" \
|
||||||
|
|
|
@ -7,6 +7,7 @@ hash -d sc=/home/luca/.local/bin
|
||||||
hash -d mn=/mnt
|
hash -d mn=/mnt
|
||||||
hash -d dl=/home/luca/Downloads
|
hash -d dl=/home/luca/Downloads
|
||||||
hash -d dm=/home/luca/Documents
|
hash -d dm=/home/luca/Documents
|
||||||
|
hash -d co=/home/luca/Documents/Code
|
||||||
hash -d ms=/home/luca/Music
|
hash -d ms=/home/luca/Music
|
||||||
hash -d pc=/home/luca/Pictures
|
hash -d pc=/home/luca/Pictures
|
||||||
hash -d vd=/home/luca/Videos
|
hash -d vd=/home/luca/Videos
|
||||||
|
|
Loading…
Reference in New Issue