Updated directory commands
Fixed Personal and UGent, added Notes command
This commit is contained in:
parent
2b5a16002d
commit
c689d91f41
1 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,11 @@ alias np='nano -w PKGBUILD'
|
||||||
alias more=less
|
alias more=less
|
||||||
alias hgrep='history | grep' # Search in history
|
alias hgrep='history | grep' # Search in history
|
||||||
# Move to directory with personal files.
|
# Move to directory with personal files.
|
||||||
alias Personal='cd ~/Documents/synchronisatie/Personal/_PERSOONLIJK/'
|
alias Personal='cd ~/Documents/Persoonlijk/'
|
||||||
# Move to directory with uni files.
|
# Move to directory with uni files.
|
||||||
alias UGent='cd ~/Documents/synchronisatie/UGent/Informatica\ J1\ 2021-2022/'
|
alias UGent='cd ~/Documents/UGent/Informatica\ J2\ 2022-2023/'
|
||||||
|
# Move to directory with notes, both uni and personal
|
||||||
|
alias notes='cd ~/Documents/Persoonlijk/Obsinotes/'
|
||||||
alias vol='~/.scripts/vol.sh' # Shortcut to volume setter script
|
alias vol='~/.scripts/vol.sh' # Shortcut to volume setter script
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
|
|
Loading…
Reference in a new issue