Skip to content

Commit

Permalink
Fix broken xmodmap alias
Browse files Browse the repository at this point in the history
  • Loading branch information
oizo committed Nov 24, 2022
1 parent 89208de commit 2c54121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case $OS_NAME in
;;

Linux)
alias dkxmodmap=.xmodmap-setup
alias dkxmodmap="bash .xmodmap-setup"
if [ -x "$(command -v openfortivpn)" ]; then
alias fiftytwo_vpn="sudo bash -c 'openfortivpn -c $HOME/.fiftytwo_forti_config &'"
fi
Expand Down

0 comments on commit 2c54121

Please sign in to comment.