diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-07-10 11:26:09 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-07-10 11:26:09 +0200 |
commit | 126d3773ee7eb0e4ffa72d264a353c844419ef04 (patch) | |
tree | 643deffe6891b29ff7c35705904aa09835d44469 /.config/shell/aliasrc | |
parent | a91716202265bbc178ac00140e0fc8978b79c94c (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip |
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 435be0b..bd119af 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -10,16 +10,13 @@ for command in mount umount sv apt apt-get aptitude dpkg su shutdown poweroff re alias $command="sudo $command" done; unset command -# Stuff here is kinda messy (too bad) -alias c="clear" - # Verbosity and settings that you pretty much just always are going to want. alias \ - cp="cp -iv" \ + cp="cp -iv" \ echo="echo -n" \ journalctl="journalctl -xe" \ mkd="mkdir -pv" \ - mv="mv -iv" \ + mv="mv -iv" \ rm="logrm -vI" \ rmd="rmdir -vp" \ rsync="rsync -vrPlu" \ @@ -36,7 +33,7 @@ alias \ ls="ls_new" \ vdir="vdir --color=auto" \ -# Make stuff easy to customize and source automatically +# Making stuff easy to customize and source automatically alias \ vrc='vim "$HOME/.config/vim/.vimrc"' \ zal='vim "$ZSHDIR/aliasrc" && source "$ZSHDIR/aliasrc"' \ @@ -63,9 +60,8 @@ alias \ sd="sudo shutdown -h now" \ tor="cd ~/Downloads/tor-browser/ && ./start-tor-browser.desktop && cd -" \ update="sudo apt update && apt upgrade" \ - update_dwm="cd ~/repos/dwm && cp ~/repos/dwm/config.def.h ~/repos/dwm/config.h && sudo make clean install && cd -" \ - wifi_connect="nmcli device wifi connect" \ - wifi_list="nmcli device wifi list" \ + ndw_connect="nmcli device wifi connect" \ + ndw_list="nmcli device wifi list" \ wttr="curl wttr.in/Wroclaw" \ # Git aliases |