diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
| commit | 5da0902c8d705b2ad5c0baa7ff62cb459b02ea5e (patch) | |
| tree | e7b9b70efa645eae6baac31f046a17ea5381e549 /.config/shell | |
| parent | aa1f306e5a2bb49022dfcb327100fb71ef10055e (diff) | |
updated
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 6 | ||||
| -rw-r--r-- | .config/shell/profile | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b328c56..af0be04 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -1,8 +1,8 @@ ## MISCELLANEOUS # various shortcuts -alias reboot='sudo openrc-shutdown -r' -alias poweroff='sudo openrc-shutdown -p' +alias reboot='sudo reboot' +alias poweroff='sudo poweroff' alias pms='sudo pm-suspend' alias refresh='source $ZDOTDIR/.zshrc' alias fuck='sudo $(fc -Lln -1)' @@ -11,7 +11,7 @@ alias mutt='pushd ~/.mutt/attachments; mutt; popd' alias jpwine='LANG=ja_JP.UTF-8 WINEDEBUG=-all wine' alias vi="$EDITOR" alias z='zathura' -alias cn='clear;macchina' +alias cn='clear;neofetch' alias nnn='nnn -Hde' alias freyr='sudo docker run -it --rm -v /media/hdd/music:/data freyrcli/freyrjs' diff --git a/.config/shell/profile b/.config/shell/profile index a774d0e..ea3879e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,4 +1,4 @@ -umask 0076 +umask 0077 export _JAVA_AWT_WM_NONREPARENTING=1 export EDITOR="nvim" @@ -23,8 +23,11 @@ export QT_IM_MODULE='ibus' export XMODIFIERS='@im=ibus' export XDG_SESSION_TYPE='x11' +export NVM_DIR="$HOME/.config/nvm" + export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:$HOME/.cargo/bin:/sbin:/usr/sbin" # if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then # exec startx # fi + |
