diff --git a/.bash_aliases b/.bash_aliases index aa1e6d5..c233a2a 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -43,6 +43,7 @@ alias pamac="nice -n 19 pamac" alias yay="nice -n 19 yay --config ~/Nextcloud/configfiles/pacman.conf" alias restartplasma='systemctl --user restart plasma-plasmashell' alias surf="GDK_BACKEND=x11 surf" +alias nvim-restore="ls ~/.local/share/nvim/swap/ | xargs basename -s .swp | tr % / | xargs nvim" # git alias gst="git status" @@ -214,6 +215,7 @@ if [ $HOSTNAME = 'gnu' ] && [ $USER = 'jry' ]; then alias jix-gettext="jix-shell jix-gettext" alias arc="jix-shell arc" alias solr="ssh -L 1214:localhost:8983 solr@gnu.dev.job.dk firefox http://localhost:1214/solr/" + alias push-to-production="jix-shell push_to_production.sh" function profiling { local JIX_USERID=233476; # userid of JRY