+ tp (tp.sh)
abbreviation for trash-put - a command for handling using a symlink directory, which leads to error when trying to delete file. for more info, see https://askubuntu.com/questions/616092/impossible-to-trash-files-from-a-folder-which-is-a-symbolic-link-to-a-ntfs-parti .
This commit is contained in:
@@ -38,12 +38,13 @@ ex ()
|
||||
fi
|
||||
}
|
||||
|
||||
alias ffind="sudo find / -type f -name"
|
||||
alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"
|
||||
alias nr="nitrogen --restore"
|
||||
alias myip="echo $(wget http://ipinfo.io/ip -qO -)"
|
||||
alias curae="sudo curae"
|
||||
alias ffind="sudo find / -type f -name"
|
||||
alias gparted="sudo gparted"
|
||||
alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"
|
||||
alias myip="echo $(wget http://ipinfo.io/ip -qO -)"
|
||||
alias nr="nitrogen --restore"
|
||||
alias tp="tp.sh"
|
||||
|
||||
nmrestart() {
|
||||
systemctl restart NetworkManager
|
||||
|
||||
Reference in New Issue
Block a user