+ Fix alias
This commit is contained in:
parent
81a925c341
commit
41beb9e8b2
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,7 @@ alias mntfd='sudo mount -o gid=users,fmask=113,dmask=002'
|
|||
alias umntfd='sudo umount'
|
||||
alias cmatrix='unimatrix -n -s 96 -l 'o''
|
||||
alias make-xanmod='env use_tracers=n use_numa=n use_pds=y use_ns=y makepkg -s'
|
||||
alias s='cd .local/bin/scripts;ls'
|
||||
alias s='cd $HOME/.local/bin/scripts;ls'
|
||||
|
||||
#folder shortcut
|
||||
alias cdclg='cd "$HOME/my Files/Kuliah/"'
|
||||
|
@ -124,3 +124,5 @@ alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
|||
alias qn='vim $HOME/Documents/QuickNote'
|
||||
|
||||
alias docx2pdf='lowriter --convert-to pdf'
|
||||
|
||||
alias mirror-update='curl -s "https://archlinux.org/mirrorlist/?country=ID&country=SG&country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue